projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6eba544
)
scale: Don't set label css name to "label"
author
Timm Bäder
<mail@baedert.org>
Fri, 9 Nov 2018 17:59:30 +0000
(18:59 +0100)
committer
Timm Bäder
<mail@baedert.org>
Fri, 9 Nov 2018 17:59:30 +0000
(18:59 +0100)
That's already the css name of all labels.
gtk/gtkscale.c
patch
|
blob
|
history
diff --git
a/gtk/gtkscale.c
b/gtk/gtkscale.c
index 3c37dd95db46f48501bd4b338802b510ca9fc4d6..ca0ef436c60ea133aba606d41396d5af6f56eb30 100644
(file)
--- a/
gtk/gtkscale.c
+++ b/
gtk/gtkscale.c
@@
-1799,7
+1799,6
@@
gtk_scale_add_mark (GtkScale *scale,
if (mark->markup && *mark->markup)
{
mark->label_widget = g_object_new (GTK_TYPE_LABEL,
- "css-name", "label",
"use-markup", TRUE,
"label", mark->markup,
NULL);